'Declaration Public Overloads Shared Function CreateNotCondition<TTargetThe type of the target.>( _
ByVal argumentАргумент.As Vintasoft.Imaging.Processing.Analyzers.Analyzer(Of TTarget,TValue) _
) As Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer(Of TTarget) (Of TTargetThe type of the target.)
public static Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer<TTarget> CreateNotCondition<TTarget>(
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue> argument
)
public: static Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer<TTarget*>* CreateNotCondition<TTarget>(
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue*>* argument
)
generic<typename TTarget> public:
static Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer<TTarget^>^ CreateNotCondition(
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue^>^ argument
)
Parameters
- argument
- Аргумент.
Type Parameters
- TTarget
- The type of the target.
Return Value
Новый экземпляр анализатора предикатов.